Skip to content

feat: yank replica service and move methods to RPC service#2113

Merged
Mirko-von-Leipzig merged 4 commits into
nextfrom
mirko/streaming
May 22, 2026
Merged

feat: yank replica service and move methods to RPC service#2113
Mirko-von-Leipzig merged 4 commits into
nextfrom
mirko/streaming

Conversation

@Mirko-von-Leipzig
Copy link
Copy Markdown
Collaborator

@Mirko-von-Leipzig Mirko-von-Leipzig commented May 21, 2026

This PR moves the block and proof subscription streams from a dedicated gRPC service on the store, to the public RPC service and the store's RPC service.

The public RPC service simply proxies to the store.

In addition I've added the current committed/proven tip to the stream items so that the caller knows how in-sync they currently are. @SantiagoPittella this should help with the ntx sync.

@sergerad this will conflict with your on-going work in #2102 but should maybe simplify your protobuf concerns?

Closes #2112

Copy link
Copy Markdown
Contributor

@kkovaacs kkovaacs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@Mirko-von-Leipzig Mirko-von-Leipzig merged commit 9dbd2d9 into next May 22, 2026
21 checks passed
@Mirko-von-Leipzig Mirko-von-Leipzig deleted the mirko/streaming branch May 22, 2026 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move block and proof streaming methods to the RPC service.

3 participants